Welcome![Sign In][Sign Up]
Location:
Search - MATLAB DLL

Search list

[Windows DevelopMccDemo3

Description: Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
Platform: | Size: 285696 | Author: 提请 | Hits:

[matlabCC_method

Description: CC_method:CC法,用于非线性时间序列中,相空间重构,求取时间延迟tau及时间窗口tw。 本程序,本人于2008年12月1日,在matlab7.0上运行通过,可以得到CC_method的5个相关参数及图形,结果很好。 包括子程序: 1.CSCC_method:用lorenz系统来测试CC_method; 2.C_CMethod_inf:用于求延迟时间tau及时间窗口tw; 3.disjoint:用于将时间序列分解成t个不相交的时间序列; 4.reconstitution:用来重构相空间; 5.correlation_integral_inf:用于计算关联积分,取无穷范数; 6.LorenzData.dll:Lorenz数据。 希望对各位需要做非线性分析的同仁有所帮助。也欢迎大家提出意见和建议,大家一起学习,一起进步。 同时也感谢pudn给我们提供了这样一个交流的平台。谢谢!-err
Platform: | Size: 5120 | Author: 张莉 | Hits:

[Mathimatics-Numerical algorithmsVCVB

Description: 本书是所随带的VC++和BC++数值分析类库光盘的使用手册。此VC++和BC++数值分析类库涵盖了数值分析领域中大部分常见算法,还包括线性和非线性最优化问题的多种算法以及概率统计中的一些基本算法。此类库中将矩阵和向量当成如char,int,double一样的基本变量类型,为矩阵和向量提供了几乎是随心所欲的操作函数。因此,可以在此数值类库的基础上进行二次开发。类库的各项功能均经过严格的检测,并与MATLAB作了比较,结果准确无误,效率不相上下。书中以菜单的方式对数值分析类库的每项功能作了详尽的解释,给出了调用方法的示例,对某些算法还提供了相应的数学背景知识。 如果你经常需要使用计算机求解科学与工程中的数值计算问题,特别是希望使用VC++或BC++做出独立于MATLAB的应用软件,本类库是不错的选择。-err
Platform: | Size: 249856 | Author: wt | Hits:

[OtherYAM_Project

Description: 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形 附加文件 MFC71u.dll,mfc71ud.dll MFC支撑库文件 编译器构造(编译原理,BNF范式,YACC和FLEX) 解释器构造(C语言,面向过程,分层架构) 主界面构造(MFC库,Windows程序设计,进程调用,面向对象,类的模块化等) 绘图程序构造(OpenGL,MFC库,Windows程序设计,C++,STL等) -err
Platform: | Size: 1482752 | Author: 乔松 | Hits:

[Wavelettoolbox_wavelets

Description: 一个很好用的matlab下运行的小波工具箱-A very good run with the matlab wavelet toolbox
Platform: | Size: 4312064 | Author: maidike | Hits:

[matlabRankBoost

Description: RankBoost算法实现,有dll文件。代码为matlab.-rankboost algorithm code implementation.
Platform: | Size: 33792 | Author: | Hits:

[Othervcmatlab

Description: vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
Platform: | Size: 2100224 | Author: liao | Hits:

[OthermyDaoju

Description: vb与matlab混合编程的例子,COM+DLL,非常详细-vb and matlab examples of mixed programming, COM+ DLL, a very detailed
Platform: | Size: 2892800 | Author: 周俊 | Hits:

[matlabWiMAX_Test_4

Description: 本程序是对IEEE 802.16e物理层和链路层的仿真。 使用matlab的simulink仿真工具,先运行data.m产生仿真数据,再运行WiMAX_Test_4.dll进行仿真。-This program is the physical and link layer simulation of IEEE 802.16e. The simulation uses the simulink tool of MATLAB. First,run data.m to generate data, and then run WiMAX_Test_4.dll.
Platform: | Size: 83968 | Author: | Hits:

[matlabkdtree

Description: 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
Platform: | Size: 115712 | Author: 徐军 | Hits:

[Goverment applicationObjectTrackingAndOptimalThresholding

Description: The application works with non-compressed grayscale AVI files. Run mainGUI.p. Load AVI file first using "Load". To process the next frame use "Step". To run the application until stop, use "Run" and "Stop". You can draw the tracking object using mouse at any step. You can use the function on_threshold separately: thresholded image = on_threshold(double( grayscale image ),1,number of thresholds) thresholds value = on_threshold(double( grayscale image ),0, number of thresholds) All the code provided is written in Matlab language (M-files and/or M-functions), with no dll or other protected parts of code (P-files or executables). The code was developed with Matlab 14 SP1. Matlab Image Processing Toolbox is required.
Platform: | Size: 102400 | Author: Swati | Hits:

[GDI-BitmapVideoreadingandextractthetargetofbackground

Description: mexDDGrab.dll 一定要将其放在WORK目录下。以下文件也一样。 mmread 可读取各种视频格式的文件,用法在M文件中。 avermatrix 提取静止的背景。 frame2bmp 将视频帧存为BMP格式。 show 仔细阅读,可单步输入MATLAB命令窗口运行。-mexDDGrab.dll must put WORK directory. Following the same document. mmread can read a variety of video formats, usage in the M file. Extraction avermatrix background static. frame2bmp video frame buffer for the BMP format. read show may enter single-step run MATLAB command window.
Platform: | Size: 60416 | Author: 曹晓峰 | Hits:

[matlabFullFaceDetector

Description: 基础的人脸检测程序,含有matlab程序,C语言程序及dll库。-simple face detector using C and matlab.
Platform: | Size: 2358272 | Author: 王新 | Hits:

[File FormatdxVideo

Description: This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Platform: | Size: 17408 | Author: marwa | Hits:

[matlabFFT

Description: 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_delta、E_theta 、E_alpha、E_beta分别表示δθαβ相应频段的能量加和。 other为其余频段的能量加和(供参考用) -------------------------------------------------------------------------- function[ f_sig ,E_delta , E_theta , E_alpha , E_beta , other ] = FFT( N , fs , sig )-EEG FFT transform is called m file format, see head illustrate the matching DLL files, you can be C or C++ to call------------------------ simpling) sig: to FFT transform array (one dimension). Output Parameters: f_sig: transformation of the signal (one-dimensional array) E_delta, E_theta, E_alpha, E_beta δθαβ, respectively, the energy increases and the corresponding frequency band. Other for the rest of the energy band increases, and (for reference) -------------------------------------------------------------------------- function [f_sig, E_delta, E_theta, E_alpha, E_beta , other] = FFT (N, fs, sig)
Platform: | Size: 206848 | Author: 张诚 | Hits:

[matlabMATLABTODLL.RAR

Description: 这是MATLAB 和 LABVIEW 混合编程方面的书籍 介绍了 MATLAB 脱离 MATLAB 环境运行。-this is a good code for that matlab to dll. welcome to download
Platform: | Size: 95232 | Author: wuyuangang | Hits:

[matlabChaosToolbox

Description: MATLAB环境下开发的混沌理论的工具箱,包含各种实例,学习混沌理论的好帮手-Chaos theory toolbox, matlab
Platform: | Size: 658432 | Author: LEVIN | Hits:

[Special EffectsVideoFaceDetect

Description: 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time display, real-time lower than C. Download can be run directly in matlab, do not change the file folder relative position.
Platform: | Size: 911360 | Author: 谭恒良 | Hits:

[matlabCell_search

Description: 具有动态链接库的小区搜索程序。这个程序的dll文件属于平台机密啊。-Dynamic link library cell search procedure. Dll file of this program is platform confidential ah.
Platform: | Size: 28672 | Author: zhangyaodong | Hits:

[matlab001

Description: 因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算优化文件 } 先找到 $MATLAB7\bin\win32目录下的atlas_Athlon.dll(AMD系列CPU使用)和atlas_P4.dll(奔4用)文件,放到MCR目录中(随便),然后设置环境变量 变量名:BLAS_VERSION 变量值:D:\MCR\v70\atlas_Athlon.d-Because the MATLAB mathematical operations need to use some of the processor (MATLAB is used by default INTEL mathematical processing unit), so you need to set BLAS (Basic Linear Algebra Subroutines, is " based on linear geometry subroutine" means) environment variable. First make sure your MATLAB folder the following files: atlas_Athlon.dll (AMD series please use this), atlas_P4.dll (P4' s with this), atlas_PIII.dll (P3' s use this), atlas_PII.dll ( P2, use this), these are the values corresponding to processor operations to optimize file} first find $ MATLAB7 \ bin \ win32 directory atlas_Athlon.dll (AMD series CPU use) and atlas_P4.dll (Pentium 4 with) file, put MCR directory (random), and then set the environment variable variable name: BLAS_VERSION variable value: D: \ MCR \ v70 \ atlas_Athlon.dll
Platform: | Size: 1024 | Author: 吴斌 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

CodeBus www.codebus.net